x11: Make the device manager struct actually subclass the correct device
authorBenjamin Otte <otte@redhat.com>
Fri, 11 Feb 2011 22:53:14 +0000 (23:53 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 11 Feb 2011 22:53:14 +0000 (23:53 +0100)
gdk/x11/gdkdevicemanager-xi2.c

index 16de055269323b3db626f7ce90c7cde9c94d0119..bbf2e28725e1ef374a4f8a6074bbe3098efc31c1 100644 (file)
@@ -38,7 +38,7 @@
 
 struct _GdkX11DeviceManagerXI2
 {
-  GdkDeviceManager parent_object;
+  GdkX11DeviceManagerCoreClass parent_class;
 
   GHashTable *id_table;